home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / HEXEDIT / W32DASM.8_9 / INSTALL.TXT < prev    next >
Text File  |  1997-07-11  |  3KB  |  96 lines

  1. NOTE:      W32DASM Ver 8.xx Series is designed for
  2.     Windows 95 and Windows NT 4.0.
  3.  
  4.  
  5. Windows NT 3.51 users:
  6.  
  7.     W32Dasm will load and run in NT 3.51 provided that you
  8.     install the Windows 95 IMAGEHLP.DLL file dated
  9.     10/15/96 in the same directory as w32dsm89.exe.
  10.     The IMAGEHLP.DLL that comes with NT 3.51 will not
  11.     work.
  12.  
  13.     NOTE: Some Dialog control formats are not supported
  14.           in NT 3.51 and will result in improper control
  15.           display.
  16.  
  17. Windows W32s users:
  18.  
  19.     W32Dasm may load and run in some configurations of
  20.     Windows 3.11 with W32s but the operation will be
  21.     unpredicable.
  22.  
  23. W32Dasm Ver 8.9 Updates:(from Ver 8.5 demo)
  24.  
  25. 1. fixes for MMX and certain 32 and 16 bit instruction decodes.
  26.  
  27. 2. Added Code Patcher Assembler Feature (See Tutorial 11.0 in help file)
  28.  
  29. 3. Added change indicators to the CPU registers and flag displays:
  30.  
  31.        * CPU Register that change value from last instruction execute
  32.       appear as CAPITAL LETTERS ie eax -> EAX
  33.  
  34.     * CPU flags that changed from last instruction appear as
  35.       HIGHLIGHTED text
  36.  
  37. 4. Added checkbox to force all rep instructions to "STEP THRU"
  38.    even in "STEP INTO" mode.
  39.  
  40. 5. Added enable/disable "Command Line Option Dialog Box" in Debugger Options.
  41.  
  42. 6. Added "LPSYSTEMTIME" decode in API Details logic.
  43.  
  44. 7. Undocumented New Feature: All Call and Jump Cross Reference Addresses may
  45.     be "jumped to" by double right clicking on the reference address. To
  46.     return to the reference, press F12.
  47.  
  48. 8. Undocumented New Feature: There is a new button on the Lower Left Hand
  49.     Debugger Window Display2 that is called "oper". This button will
  50.     put the Display 2 Window in a mode that will give computed values
  51.     of the operand/s of the current instruction.
  52.  
  53.  
  54. W32DASM Installation Instructions:
  55.  
  56. 1. Create a Directory ie: C:\W32DASM
  57.  
  58. 2. Put W32DSM89.ZIP file in the created directory.
  59.  
  60. 3. Unzip the file.
  61.  
  62.     unzipped files should include:
  63.  
  64.         a. w32dsm89.exe {Full Ver 8.9 Executable}
  65.            #b. w32dasm8.hlp {Help File}
  66.            #c. w32dapi.lup    {API Details File}
  67.            #d. PSAPI.DLL    {Required DLL  for NT}
  68.            #e. IMAGEHLP.DLL    {Required DLL for NT 3.51 only}
  69.         f. install.txt    {This File}
  70.  
  71. # W32DAPI.LUP, W32DASM8.HLP, & PSAPI.DLL must reside in same
  72.   directory as w32dsm89.exe. If running NT 3.51 also include
  73.   IMAGEHLP.DLL dated 10/15/96 in the same directory as w32dsm89.exe.
  74.  
  75. The following files were included in your demo or previous
  76. version and were omitted from the EMailing to keep the size
  77. reasonable. If you need these files, you can get them from
  78. downloading the latest demo from:
  79.  
  80. http://www.expage.com/page/w32dasm
  81.  
  82.  
  83.  
  84.            *1. CW3220.DLL    {Required DLL}
  85.            *2. BIDS50F.DLL    {Required DLL}
  86.            *3. OWL50F.DLL    {Required DLL}
  87.  
  88.  
  89. * DLL files CW3220.DLL OWL50f.DLL and BIDS50f.DLL
  90.   should be installed in your DRIVE:\Windows\System directory.
  91.   They can be optionally placed in the same directory as
  92.   w32dsm89.exe.
  93.  
  94.  
  95.  
  96.